This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~George Rehipipulgon 22.Jan.04 08:37 PM a Web browser Domino Designer6.0.1 CF1Windows 2000
Hi All:
I am trying to extract an attachment from document into the hard drive. I am getting the following error:
"Error : 4005 : Notes error: Access to data denied. (E:\Temp1)"
Here is the relevant code:
Set item = attachdoc.GetFirstItem("$FILE" )
Forall v In item.Values
Messagebox( v )
Set object = attachdoc.GetAttachment(v)
Call object.ExtractFile("E:\Temp1")
End Forall
the code(in a script library) is running in the background and is called from a background agent.